Item Property

Summary

Gets or sets the IList at the specified index.

Syntax
C#
VB
C++
public T Item( 
   int index 
) { get; set; } 
  
Public Default Property Item( _ 
   ByVal index As Integer _ 
) As T 
public: 
property T^ default [int] { 
   T^ get(int index); 
   void set (int index, T^); 
} 

Parameters

index
The index for the item in the list.

Property Value

The item in the list.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly